home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_gnats.idb / usr / freeware / lib / gnats / contrib / sql / monthly.sql.z / monthly.sql
Encoding:
Text File  |  1999-04-16  |  1.3 KB  |  18 lines

  1. select count(*) from gnats where category ="gcc" and arrival < "91-05-01 00:00";
  2. select count(*) from gnats where category ="gcc" and arrival < "91-06-01 00:00";
  3. select count(*) from gnats where category ="gcc" and arrival < "91-07-01 00:00";
  4. select count(*) from gnats where category ="gcc" and arrival < "91-08-01 00:00";
  5. select count(*) from gnats where category ="gcc" and arrival < "91-09-01 00:00";
  6. select count(*) from gnats where category ="gcc" and arrival < "91-10-01 00:00";
  7. select count(*) from gnats where category ="gcc" and arrival < "91-11-01 00:00";
  8. select count(*) from gnats where category ="gcc" and arrival < "91-12-01 00:00";
  9. select count(*) from gnats where category ="gcc" and arrival < "92-01-01 00:00";
  10. select count(*) from gnats where category ="gcc" and arrival < "92-02-01 00:00";
  11. select count(*) from gnats where category ="gcc" and arrival < "92-03-01 00:00";
  12. select count(*) from gnats where category ="gcc" and arrival < "92-04-01 00:00";
  13. select count(*) from gnats where category ="gcc" and arrival < "92-05-01 00:00";
  14. select count(*) from gnats where category ="gcc" and arrival < "92-06-01 00:00";
  15. select count(*) from gnats where category ="gcc" and arrival < "92-07-01 00:00";
  16. select count(*) from gnats where category ="gcc" and arrival < "92-08-01 00:00";
  17. select count(*) from gnats where category ="gcc" and arrival < "92-09-01 00:00";
  18.